home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 009a / drvrdy.zip / DRVRDY.H < prev    next >
Text File  |  1990-12-27  |  234b  |  10 lines

  1. /* DRVRDY.C 27/12/90 20.25.40 */
  2.  
  3.  
  4.  
  5.  
  6. /* check if a floppy drive is ready using Int 13H Funtion 04 (Verify Sector) */
  7. /* returns TRUE if drive ready, FALSE if not (e.g. drive door open)          */
  8.  
  9. int floppy_rdy (char drv);
  10.